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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 95 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
96 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
98 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS &&
532 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
534 Constant *Ops[] = { CLHS, CRHS };
535 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops,
664 if (Constant *CLHS = dyn_cast<Constant>(Op0))
666 Constant *Ops[] = { CLHS, CRHS };
667 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
791 if (Constant *CLHS = dyn_cast<Constant>(Op0))
    [all...]
ScalarEvolutionExpander.cpp 157 if (Constant *CLHS = dyn_cast<Constant>(LHS))
159 return ConstantExpr::get(Opcode, CLHS, CRHS);
490 if (Constant *CLHS = dyn_cast<Constant>(V))
493 CLHS, CRHS);
    [all...]
ValueTracking.cpp 197 if (ConstantInt *CLHS = dyn_cast<ConstantInt>(Op0)) {
201 if (!CLHS->getValue().isNegative()) {
203 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros();
212 unsigned NLZ2 = CLHS->getValue().countLeadingZeros();
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 508 if (Constant *CLHS = dyn_cast<Constant>(LHS)) {
510 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
529 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
531 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
579 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
581 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 2404 milliseconds