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 683 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
686 A = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
689 B = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
692 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 788 // hand off to ConstantFoldInstOperands.
814 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops, TD, TLI);
    [all...]
InlineCost.cpp 472 if (Constant *C = ConstantFoldInstOperands(I.getOpcode(), I.getType(),
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 334 return ConstantFoldInstOperands(I->getOpcode(), I->getType(),
    [all...]

Completed in 132 milliseconds