HomeSort by relevance Sort by last modified time
    Searched defs:visitBitCastInst (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 238 void visitBitCastInst(BitCastInst &BC) {
  /external/llvm/include/llvm/
InstVisitor.h 193 RetTy visitBitCastInst(BitCastInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 161 bool visitBitCastInst(BitCastInst &BC) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 281 void visitBitCastInst(BitCastInst &I);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 372 void visitBitCastInst(BitCastInst &BC) {
376 return Base::visitBitCastInst(BC);
    [all...]

Completed in 97 milliseconds