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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1150 /// LookThroughFPExtensions - If this is an fp extension instruction, look
1152 static Value *LookThroughFPExtensions(Value *V) { function
1155 return LookThroughFPExtensions(I->getOperand(0));
1197 Value *LHSTrunc = LookThroughFPExtensions(OpI->getOperand(0));
1198 Value *RHSTrunc = LookThroughFPExtensions(OpI->getOperand(1));

Completed in 62 milliseconds