Searched defs:SimplifyShlInst (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1072 /// SimplifyShlInst - Given operands for an Shl, see if we can 1074 static Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function 1092 Value *llvm::SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function in class:llvm 1094 return ::SimplifyShlInst(Op0, Op1, isNSW, isNUW, TD, DT, RecursionLimit); 2360 return SimplifyShlInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false, 2463 Result = SimplifyShlInst(I->getOperand(0), I->getOperand(1),
|
/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1375 static Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function 1392 Value *llvm::SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function in class:llvm 1396 return ::SimplifyShlInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI), 3788 return SimplifyShlInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false, 4148 Result = SimplifyShlInst(I->getOperand(0), I->getOperand(1),
|
Completed in 80 milliseconds