Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp3839 static Value *lookThroughCast(CmpInst *CmpI, Value *V1, Value *V2, in lookThroughCast() function
3922 if (Value *C = lookThroughCast(CmpI, TrueVal, FalseVal, CastOp)) in matchSelectPattern()
3926 if (Value *C = lookThroughCast(CmpI, FalseVal, TrueVal, CastOp)) in matchSelectPattern()