Searched refs:TruncA (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1694 Value *TruncA = Builder->CreateTrunc(A, NewType, A->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 | 2560 Value *TruncA = Builder->CreateTrunc(A, NewType, A->getName()+".trunc"); in ProcessUGT_ADDCST_ADD() local 2562 CallInst *Call = Builder->CreateCall(F, {TruncA, TruncB}, "sadd"); in ProcessUGT_ADDCST_ADD()
|