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

  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 49 /// ConstantFoldInstOperands - Attempt to constant fold an instruction with the
55 Constant *ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 699 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
702 A = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
705 B = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
708 B = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 597 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops,
762 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
    [all...]
ConstantFolding.cpp     [all...]
InlineCost.cpp 449 if (Constant *C = ConstantFoldInstOperands(I.getOpcode(), I.getType(),
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 340 return ConstantFoldInstOperands(I->getOpcode(), I->getType(),
    [all...]

Completed in 212 milliseconds