Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1155 static Value *LookThroughFPExtensions(Value *V) { in LookThroughFPExtensions() function
1158 return LookThroughFPExtensions(I->getOperand(0)); in LookThroughFPExtensions()
1197 Value *LHSTrunc = LookThroughFPExtensions(OpI->getOperand(0)); in visitFPTrunc()
1198 Value *RHSTrunc = LookThroughFPExtensions(OpI->getOperand(1)); in visitFPTrunc()