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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Evaluator.cpp 500 Constant *DestVal =
502 if (Val->isNullValue() && DestVal && DestVal->isNullValue()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1967 llvm::Value *DestVal = TmpBuilder.CreatePHI(Int8PtrTy, 0,
1971 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal);
CGBuiltin.cpp 17725 llvm::Value *DestVal = Builder.CreateExtractValue(Result, 0);
17730 DestVal = Builder.CreateTrunc(DestVal, DestTy);
17733 Builder.CreateBitCast(DestAddress, DestVal->getType()->getPointerTo());
17734 Builder.CreateAlignedStore(DestVal, DestForStore, DestAddr.getAlignment());

Completed in 27 milliseconds