Searched refs:remapConstant (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 51 Value *remapConstant(Module *M, Function *F, Constant *C, 120 i, remapConstant(&M, &*I, cast<Constant>(Operand), Builder)); in runOnModule() 210 Value *GenericToNVVM::remapConstant(Module *M, Function *F, Constant *C, in remapConstant() function in GenericToNVVM 260 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate() 299 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr()
|