HomeSort by relevance Sort by last modified time
    Searched defs:CLHS (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Analysis/
InlineCost.cpp 674 if (Constant *CLHS = dyn_cast<Constant>(LHS)) {
677 ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
696 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
698 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
742 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
744 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
InstructionSimplify.cpp 97 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
98 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
100 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS &&
531 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
533 return ConstantFoldBinaryOpOperands(Instruction::Add, CLHS, CRHS, Q.DL);
665 if (Constant *CLHS = dyn_cast<Constant>(Op0))
667 return ConstantFoldBinaryOpOperands(Instruction::Sub, CLHS, CRHS, Q.DL);
789 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
791 return ConstantFoldBinaryOpOperands(Instruction::FAdd, CLHS, CRHS, Q.DL);
    [all...]
ValueTracking.cpp 240 if (ConstantInt *CLHS = dyn_cast<ConstantInt>(Op0)) {
244 if (!CLHS->getValue().isNegative()) {
246 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros();
255 unsigned NLZ2 = CLHS->getValue().countLeadingZeros();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp     [all...]
InstructionSimplify.cpp 129 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
130 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
132 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS &&
559 if (auto *CLHS = dyn_cast<Constant>(Op0)) {
561 return ConstantFoldBinaryOpOperands(Opcode, CLHS, CRHS, Q.DL);
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 869 milliseconds