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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 210 GenericValue executeTruncInst(Value *SrcVal, Type *DstTy,
212 GenericValue executeSExtInst(Value *SrcVal, Type *DstTy,
214 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
216 GenericValue executeFPTruncInst(Value *SrcVal, Type *DstTy,
218 GenericValue executeFPExtInst(Value *SrcVal, Type *DstTy,
220 GenericValue executeFPToUIInst(Value *SrcVal, Type *DstTy,
222 GenericValue executeFPToSIInst(Value *SrcVal, Type *DstTy,
224 GenericValue executeUIToFPInst(Value *SrcVal, Type *DstTy,
226 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
228 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy
    [all...]
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
ScalarReplAggregates.cpp 625 LoadInst *SrcVal = Builder.CreateLoad(SrcPtr, "srcval");
626 SrcVal->setAlignment(MTI->getAlignment());
627 Builder.CreateStore(SrcVal, NewAI);
632 LoadInst *SrcVal = Builder.CreateLoad(NewAI, "srcval");
642 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
    [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 317 milliseconds