HomeSort by: relevance | last modified time | path
    Searched refs:ConstantFoldCastOperand (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ConstantFolding.h 97 Constant *ConstantFoldCastOperand(unsigned Opcode, Constant *C, Type *DestTy,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1186 A = ConstantFoldCastOperand(Instruction::PtrToInt,
1189 A = ConstantFoldCastOperand(Instruction::BitCast, const_cast<Constant *>(A),
1192 B = ConstantFoldCastOperand(Instruction::PtrToInt,
1195 B = ConstantFoldCastOperand(Instruction::BitCast, const_cast<Constant *>(B),
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 598 CT = ConstantFoldCastOperand(CastOp->getOpcode(), CT, BO.getType(), *DL);
599 CF = ConstantFoldCastOperand(CastOp->getOpcode(), CF, BO.getType(), *DL);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 777 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpC, I.getType(), DL);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1062 return ConstantFoldCastOperand(Opcode, Ops[0], DestTy, DL);
1333 Constant *llvm::ConstantFoldCastOperand(unsigned Opcode, Constant *C,
InstructionSimplify.cpp 4552 return ConstantFoldCastOperand(CastOpc, C, Ty, Q.DL);

Completed in 32 milliseconds