Searched refs:TruncB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1695 Value *TruncB = Builder->CreateTrunc(B, NewType, B->getName()+".trunc"); in ProcessUGT_ADDCST_ADD() local 1696 CallInst *Call = Builder->CreateCall2(F, TruncA, TruncB, "sadd"); in ProcessUGT_ADDCST_ADD()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2561 Value *TruncB = Builder->CreateTrunc(B, NewType, B->getName()+".trunc"); in ProcessUGT_ADDCST_ADD() local 2562 CallInst *Call = Builder->CreateCall(F, {TruncA, TruncB}, "sadd"); in ProcessUGT_ADDCST_ADD()
|