HomeSort by relevance Sort by last modified time
    Searched refs:getBitCast (Results 26 - 45 of 45) sorted by null

12

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CGObjC.cpp 53 return llvm::ConstantExpr::getBitCast(C, ConvertType(E->getType()));
    [all...]
CGDecl.cpp 273 llvm::ConstantExpr::getBitCast(GV, OldGV->getType());
    [all...]
CodeGenFunction.cpp 320 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 304 Fn.replaceAllUsesWith(ConstantExpr::getBitCast(NF, Fn.getType()));
    [all...]
GlobalOpt.cpp     [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 371 if (Constant *C = ConstantExpr::getBitCast(COp, I.getType())) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 306 Constant *GA = ConstantExpr::getBitCast(const_cast<GlobalValue*>(GV), Ty);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1016 milliseconds

12