Home
last modified time | relevance | path

Searched refs:getMaskedICmpType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp233 static unsigned getMaskedICmpType(Value *A, Value *B, Value *C, in getMaskedICmpType() function
435 unsigned LeftType = getMaskedICmpType(A, B, C, PredL); in getMaskedTypeForICmpPair()
436 unsigned RightType = getMaskedICmpType(A, D, E, PredR); in getMaskedTypeForICmpPair()